home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / geobaker.zip / GEOP.DOC < prev    next >
INI File  |  1989-06-12  |  3KB  |  78 lines

  1. [============================================================================]
  2.                               GEOPOLITIK
  3. [============================================================================]
  4.  
  5. My Modifications to GeoPolitik
  6.  
  7.   When I stumbled onto this excellent game, I was surprised to find that it
  8. was created for WWIV bbs only. I have added my own DOORDRIVER support code
  9. for operating with RBBS-PC, QBBS, and PC-BOARD in an effort to allow other
  10. sysops to put up this excellent door.
  11.  
  12.   The documentation says I may distribute my modified version as long as I
  13. give credit to the authors. The documentation also requests that I make a
  14. listing of the modifications that I have made so here they are:
  15.  
  16.         - Converted from Turbo Pascal 3 to Turbo Pascal 5.0
  17.         - Added my own DOORDRIVER routines to allow for QBBS, RBBS, and
  18.           PCBOARD systems.
  19.         - Added Fossil-driver comm ability
  20.         - Changed the welcome screen to something I liked a bit more.
  21.         - Lowered the resource requirements for building military
  22.           devices
  23.         - Changed all of the INCREASE-PRODUCTION credits so they add 1
  24.           credit per day instead of 1 per 3 months, 6 months, etc.
  25.         - Threw in some color in a few places
  26.         - Removed rebellion due to lack of resources (it was causing
  27.           floating point overflows). Rebellion due to economic instability
  28.           is still working.
  29.         - Lowered the resource requirements per person from 1 unit per 1000
  30.           to 1 unit per 1500.
  31.         - Added "/L" local mode.
  32.         - Speeded up daily maintenance a bit.
  33.  
  34. Configuration
  35. -------------
  36.   Configure Geopolitiks with "GEOP /C". Most of the options are pretty
  37. straightforward so I wont go into any detail explaining them.
  38.  
  39. Note: Be sure to run the GEOCREAT program FIRST to initialize the databases.
  40.  
  41. Local mode
  42. ----------
  43.   Access local mode with "GEOP /L".
  44.  
  45. Invoking from RBBS-PC
  46. ---------------------
  47.   Invoke the door from rbbs-pc with "GEOP <node-num>" where node-num is
  48. your networking node number (usually 1 or 0). If you are running a version
  49. less that 16.1, then this paremeter is not required.
  50.  
  51. Invoking from PCBoard
  52. ---------------------
  53.   Here is a copy of the batch file used on VERVAN'S War Board to run this door:
  54.  
  55. @ECHO OFF
  56. CLS
  57. E:
  58. CD\WARGAMES\GEOPOLTX
  59. CRUTCH D:\PCB\PCBOARD.SYS
  60. GEOP
  61. IF EXIST PCBOARD.SYS DEL PCBOARD.SYS
  62. D:
  63. CD\PCB
  64. BOARD
  65.  
  66. Note: CRUTCH is a program that converts the PCBoard system file PCBOARD.SYS
  67.       from version 14.1 to 12.1 and it is FReq'able from VERVAN'S War Board
  68.       at 8:911/201 or 1:207/105 or direct BBS at (714) 989-7596.
  69.  
  70. Where to reach the author
  71. -------------------------
  72.        Scott Baker                   The Not-Yet-Named bbs
  73.   6433 Tierra Catalina #48             2400,1200,300 baud
  74.     Tucson, Az 85718                    (602) 577-3650
  75.      (602) 577-3515
  76.  
  77. [============================================================================]
  78.